ComponentOne ASP.NET MVC Controls
DisableServerRead Property

C1.Web.Mvc Namespace > IItemsSource<T> Interface : DisableServerRead Property
Gets or sets whether to disable server-side reading.
Syntax
'Declaration
 
Property DisableServerRead As Boolean
bool DisableServerRead {get; set;}
Remarks
When it is set to True, all data will be transfered to the client. Otherwise, only part of data will be transfered.
See Also

Reference

IItemsSource<T> Interface
IItemsSource<T> Members